PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images.masks Package / PDFColorMask Class / PDFColorMask Constructor / PDFColorMask Constructor(PDFColor,PDFColor)
The start of the colors range to be masked out.
The start of the colors range to be masked out.
In This Topic
    PDFColorMask Constructor(PDFColor,PDFColor)
    In This Topic
    Initializes a new PDFColorMask object.
    Syntax
    public PDFColorMask( 
       PDFColor startColor,
       PDFColor endColor
    )

    Parameters

    startColor
    The start of the colors range to be masked out.
    endColor
    The start of the colors range to be masked out.
    See Also